home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TOPMOVETODIALOG / TOPMOVETODIALOG.txt
Text File  |  2008-11-03  |  1KB  |  44 lines

  1. inherited OpMoveToDialog: TOpMoveToDialog
  2.   HelpKeyword = 'Move_to_Folder'
  3.   Caption = 'Move to Folder'
  4.   ClientHeight = 468
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited SelectionGroupBox: TUiGroupBox
  8.     inherited LeftImage: TUiImage
  9.       ImageIndex = imgMoveTo
  10.     end
  11.     inherited RightImage: TUiImage
  12.       ImageIndex = imgMoveTo
  13.     end
  14.   end
  15.   inherited ActionGroupBox: TUiGroupBox
  16.     inherited ActionLbl: TUiLabel
  17.       Caption = 'Move selected files to this folder:'
  18.     end
  19.   end
  20.   inherited FilteredWarningGroupBox: TUiGroupBox
  21.     Height = 106
  22.     object WarningImage: TUiImage [3]
  23.       Left = 16
  24.       Top = 64
  25.       Width = 32
  26.       Height = 32
  27.       Stretch = True
  28.       Transparent = True
  29.     end
  30.     object WarningLbl: TUiLabel [4]
  31.       Left = 56
  32.       Top = 72
  33.       Width = 313
  34.       Height = 30
  35.       AutoSize = False
  36.       Caption = 'Folders with hidden items will not be moved.'
  37.       WordWrap = True
  38.     end
  39.   end
  40.   inherited BottomPanel: TUiPanel
  41.     Top = 423
  42.   end
  43. end
  44.